Retrieves records from an index, up to 1,000 per request.
While searching retrieves hits (records augmented with attributes for highlighting and ranking details), browsing just returns matching records. This can be useful if you want to export your indices.
browse
.Browse requests automatically apply these settings:
advancedSyntax
: false
attributesToHighlight
: []
attributesToSnippet
: []
distinct
: false
enablePersonalization
: false
enableRules
: false
facets
: []
getRankingInfo
: false
ignorePlurals
: false
optionalFilters
: []
typoTolerance
: true
or false
(min
and strict
evaluate to true
)If you send these parameters with your browse requests, they’ll be ignored.
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Name of the index on which to perform the operation.
"ALGOLIA_INDEX_NAME"
Search parameters as query string.
OK
The response is of type object
.